home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / business / spreadsheets / easycalc / help / func.help < prev    next >
Encoding:
Text File  |  1978-11-24  |  1.1 KB  |  36 lines

  1. Available Functions
  2. The  following  functions are available to you.  For
  3. more  info  on  a  particular function just type the
  4. function  name  and press HELP while over the "@" as
  5. normal.
  6.  
  7. @ABS(exp)           - Absolute value
  8. @ATN(exp)           - Arctangent
  9. @AVG(range)         - Average value in range
  10. @CINT(exp)          - Convert to integer
  11. @COS(exp)           - Cosine
  12. @DEG(exp)           - Radians -> degrees
  13. @EXP(exp)           - Exponent
  14. @FIX(exp)           - Truncate to integer
  15. @IF(exp,true,false) - If
  16. @INT(exp)           - Round to integer
  17. @LOG(exp)           - Natural Logarithm
  18. @MAX(range)         - Maximum value in range
  19. @MIN(range)         - Minimum value in range
  20. @RAD(exp)           - Degrees -> radians
  21. @RND(exp)           - Random number between 0..exp
  22. @SIGN(exp)          - Sign
  23. @SIN(exp)           - Sine
  24. @SQR(exp)           - Square root
  25. @SUM(range)         - Total of values in range
  26. @TAN(exp)           - Tangent
  27. @VAT(exp)           - VAT (17.5%)
  28.  
  29. Note:   All  trig functions except radians.  You can
  30. use  the  two  functions,  @DEG  and @RAD to convert
  31. between them.
  32. *
  33. Available Functions
  34. func.help
  35. -
  36. -